testing.common.level (field)

13 uses

	testing (current package)
		benchmark.go#L644: 			level:   b.level + 1,
		fuzz.go#L308: 				level:   f.level + 1,
		fuzz.go#L508: 				level:   root.level + 1,
		fuzz.go#L579: 			level:   root.level + 1,
		match.go#L72: 	if c != nil && c.level > 0 {
		testing.go#L512: 	level    int       // Nesting depth of test or benchmark.
		testing.go#L607: 			if c.level > 1 {
		testing.go#L1470: 			level:   t.level + 1,